Class SearchRecurringOutput

Description

自動売上自動売上定義照会 出力パラメータクラス

Located in /com/gmo_pg/client/output/SearchRecurringOutput.php (line 11)

BaseOutput
   |
   --SearchRecurringOutput
Method Summary
 SearchRecurringOutput __construct ([IgnoreCaseMap $params = null])
 integer getAmount ()
 string getCardNo ()
 string getChargeDay ()
 string getChargeMonth ()
 string getChargeStartDate ()
 string getChargeStopDate ()
 string getCheckMode ()
 string getExpire ()
 string getMemberID ()
 string getMethod ()
 string getNextChargeDate ()
 string getPrintStr ()
 string getRecurringID ()
 string getRemarks ()
 string getShopID ()
 string getSiteID ()
 integer getTax ()
 void setAmount (integer $amount)
 void setCardNo (string $cardNo)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setChargeStartDate (string $chargeStartDate)
 void setChargeStopDate (string $chargeStopDate)
 void setCheckMode (string $checkMode)
 void setExpire (string $expire)
 void setMemberID (string $memberID)
 void setMethod (string $method)
 void setNextChargeDate (string $nextChargeDate)
 void setPrintStr (string $printStr)
 void setRecurringID (string $recurringID)
 void setRemarks (string $remarks)
 void setShopID (string $shopID)
 void setSiteID (string $siteID)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 88)

コンストラクタ

  • access: public
SearchRecurringOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAmount (line 135)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getCardNo (line 191)

カード番号取得

  • return: カード番号
  • access: public
string getCardNo ()
getChargeDay (line 149)

課金日取得

  • return: 課金日
  • access: public
string getChargeDay ()
getChargeMonth (line 156)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getChargeStartDate (line 163)

課金開始日取得

  • return: 課金開始日
  • access: public
string getChargeStartDate ()
getChargeStopDate (line 170)

課金停止日取得

  • return: 課金停止日
  • access: public
string getChargeStopDate ()
getCheckMode (line 233)

口座有効性チェックモード取得

  • return: 口座有効性チェックモード
  • access: public
string getCheckMode ()
getExpire (line 198)

カード有効期限取得

  • return: カード有効期限
  • access: public
string getExpire ()
getMemberID (line 212)

会員ID取得

  • return: 会員ID
  • access: public
string getMemberID ()
getMethod (line 184)

課金手段取得

  • return: 課金手段
  • access: public
string getMethod ()
getNextChargeDate (line 177)

次回課金日取得

  • return: 次回課金日
  • access: public
string getNextChargeDate ()
getPrintStr (line 219)

通帳記載内容取得

  • return: 通帳記載内容
  • access: public
string getPrintStr ()
getRecurringID (line 128)

自動売上ID取得

  • return: 自動売上ID
  • access: public
string getRecurringID ()
getRemarks (line 226)

請求内容取得

  • return: 請求内容
  • access: public
string getRemarks ()
getShopID (line 121)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getSiteID (line 205)

サイトID取得

  • return: サイトID
  • access: public
string getSiteID ()
getTax (line 142)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAmount (line 258)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setCardNo (line 322)

カード番号設定

  • access: public
void setCardNo (string $cardNo)
  • string $cardNo
setChargeDay (line 274)

課金日設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 282)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setChargeStartDate (line 290)

課金開始日設定

  • access: public
void setChargeStartDate (string $chargeStartDate)
  • string $chargeStartDate
setChargeStopDate (line 298)

課金停止日設定

  • access: public
void setChargeStopDate (string $chargeStopDate)
  • string $chargeStopDate
setCheckMode (line 370)

口座有効性チェックモード設定

  • access: public
void setCheckMode (string $checkMode)
  • string $checkMode
setExpire (line 330)

カード有効期限設定

  • access: public
void setExpire (string $expire)
  • string $expire
setMemberID (line 346)

会員ID設定

  • access: public
void setMemberID (string $memberID)
  • string $memberID
setMethod (line 314)

課金手段設定

  • access: public
void setMethod (string $method)
  • string $method
setNextChargeDate (line 306)

次回課金日設定

  • access: public
void setNextChargeDate (string $nextChargeDate)
  • string $nextChargeDate
setPrintStr (line 354)

通帳記載内容設定

  • access: public
void setPrintStr (string $printStr)
  • string $printStr
setRecurringID (line 250)

自動売上ID設定

  • access: public
void setRecurringID (string $recurringID)
  • string $recurringID
setRemarks (line 362)

請求内容設定

  • access: public
void setRemarks (string $remarks)
  • string $remarks
setShopID (line 242)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setSiteID (line 338)

サイトID設定

  • access: public
void setSiteID (string $siteID)
  • string $siteID
setTax (line 266)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 381)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:01:18 +0900 by phpDocumentor 1.4.3